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/cil | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'devel/cil')
-rw-r--r-- | devel/cil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 9ca90a6afdbe..69a161f866c1 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -25,8 +25,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_REINPLACE= yes -CPIO?= /usr/bin/cpio - BINFILES= cilly patcher teetwo LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= cilly.byte.exe machdep.exe |