remove unnecessary post-install target, the binary is stripped anyway when

installed with "install"
This commit is contained in:
brad 2000-03-30 23:04:10 +00:00
parent 3c956b5efe
commit 3d6a8a8ede

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2000/03/30 22:07:39 espie Exp $
# $OpenBSD: Makefile,v 1.13 2000/03/30 23:04:10 brad Exp $
DISTNAME= tar-1.13
CATEGORIES= archivers
@ -6,25 +6,20 @@ NEED_VERSION= 1.230
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= tar
MAINTAINER= niklas@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --program-prefix=g
FAKE= Yes
SEPARATE_BUILD= simple
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --program-prefix="g"
post-extract:
@rm -f ${WRKSRC}/doc/tar.info*
post-install:
@strip ${PREFIX}/bin/gtar
@strip ${PREFIX}/libexec/grmt
.include <bsd.port.mk>