diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
commit | 1754ad24393b566e26a7323c955d0fc8f98728c6 (patch) | |
tree | 04b72722851a21c3df0209e33b67904e34283ed6 /security/p5-Crypt-IDEA/Makefile | |
parent | 7bacaded8b2c6403150d89b58ce928588bb6efc3 (diff) | |
download | freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.gz freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.zst freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.zip |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 9d90a48900a4..b91199bd7e08 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org RESTRICTED= "Crypto; export-controlled" -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::IDEA.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |