diff options
author | ade <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | 2845f609f56f10402b8466c394943a1e64466ae1 (patch) | |
tree | 2dc27564fc10e17093aaf559dd878e18072d471b /security | |
parent | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (diff) | |
download | FreeBSD-ports-2845f609f56f10402b8466c394943a1e64466ae1.zip FreeBSD-ports-2845f609f56f10402b8466c394943a1e64466ae1.tar.gz |
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
Diffstat (limited to 'security')
-rw-r--r-- | security/newpki-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index e376e55..53c2320 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} USE_GCC= 3.4 USE_AUTOTOOLS= libtool:15 -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |