- add NEED_VERSION
- remove unnecessary post-install target, the binaries are stripped anyway when installed with "install"
This commit is contained in:
parent
2c05268376
commit
1e10521831
@ -1,30 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2000/03/26 16:51:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2000/03/30 23:24:55 brad Exp $
|
||||
|
||||
DISTNAME= sharutils-4.2
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.234
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= sharutils
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \
|
||||
--sysconfdir='$${DESTDIR}/etc' \
|
||||
--program-prefix=g --disable-uucode --disable-nls
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \
|
||||
--sysconfdir='$${DESTDIR}/etc' \
|
||||
--program-prefix="g" --disable-uucode --disable-nls
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/po/sharutils.pot
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/gshar
|
||||
@strip ${PREFIX}/bin/gunshar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user