diff options
author | mycroft <mycroft> | 1998-03-16 06:56:19 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 06:56:19 +0000 |
commit | 29e586c7f7027016422aec46bf268bf59882ad58 (patch) | |
tree | 7aa97ce7d43505a3da3694a73e6cc0f749d5f14c | |
parent | 5641505658f5cdbb957216c7f0a131430405d39e (diff) | |
download | pkgsrc-29e586c7f7027016422aec46bf268bf59882ad58.tar.gz |
Strip a2p.
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 0871e8c76bb..2a530b4b2f4 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1995 # Whom: markm # -# $NetBSD: Makefile,v 1.6 1998/02/14 17:54:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/16 06:56:19 mycroft Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -67,6 +67,7 @@ test: @(cd ${WRKSRC}; make test) post-install: + @strip ${PREFIX}/bin/a2p @strip ${PREFIX}/bin/perl .if (${OPSYS} != "NetBSD") # agc - no suidperl??? |