diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 12:06:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 12:06:35 +0800 |
commit | fa56a0ddd34d646e970c1452998146e744835c83 (patch) | |
tree | 6257596015dd028ad6916abb3e57fc9952f45349 /lang/pnet | |
parent | 791f7db25955e1c04bfc675426f5e8c1e9cd0905 (diff) | |
download | freebsd-ports-gnome-fa56a0ddd34d646e970c1452998146e744835c83.tar.gz freebsd-ports-gnome-fa56a0ddd34d646e970c1452998146e744835c83.tar.zst freebsd-ports-gnome-fa56a0ddd34d646e970c1452998146e744835c83.zip |
fix install problem
Submitted by: maintainer
Pointed out by: pat
Diffstat (limited to 'lang/pnet')
-rw-r--r-- | lang/pnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index e032c4e79770..eb501e56f486 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes USE_BISON= yes USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix="" +STRIP= # MAN1= ilrun.1 ilasm.1 ildasm.1 ilsize.1 ilnative.1 ilfind.1 \ ildiff.1 ildd.1 cscc.1 csdoc.1 resgen.1 csdoc2texi.1 \ |