diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /java/jre | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.zst freebsd-ports-gnome-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'java/jre')
-rw-r--r-- | java/jre/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/jre/Makefile b/java/jre/Makefile index af005dcea26c..b1f8db0e93b5 100644 --- a/java/jre/Makefile +++ b/java/jre/Makefile @@ -38,8 +38,6 @@ STRIPFILES= bin/i386/green_threads/jre \ lib/i386/green_threads/libsysresource.so \ lib/i386/green_threads/libzip.so -CPIO?= /usr/bin/cpio - .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" |