diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /devel/cdk | |
parent | - Fix .PLIST* creation (diff) |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index d9a09a590c5f..5e638969fe00 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -44,8 +44,6 @@ INSTALLS_SHLIB= yes .include "${.CURDIR}/maninfo.mk" -CPIO?= /usr/bin/cpio - post-configure: ${REINPLACE_CMD} -e 's|^DOCUMENT_DIR.*$$|DOCUMENT_DIR=${DOCSDIR}|' \ -e 's|^CDKSHLIB.*$$|CDKSHLIB=$$(SONAME)|' \ |