diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-12 06:49:56 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-12 06:49:56 +0800 |
commit | 0f12b488a50bf55f18e720cb4d4e8224c8b3d857 (patch) | |
tree | 7a6db5d01e610802138fff879ca18efeea190977 /net/ncp | |
parent | 3c063d4c7e242c68860be279ae95b9da2a6c7d4a (diff) | |
download | freebsd-ports-gnome-0f12b488a50bf55f18e720cb4d4e8224c8b3d857.tar.gz freebsd-ports-gnome-0f12b488a50bf55f18e720cb4d4e8224c8b3d857.tar.zst freebsd-ports-gnome-0f12b488a50bf55f18e720cb4d4e8224c8b3d857.zip |
Remove USE_REINPLACE from all categories starting with N
Diffstat (limited to 'net/ncp')
-rw-r--r-- | net/ncp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ncp/Makefile b/net/ncp/Makefile index f1d092ef7592..f954981197b5 100644 --- a/net/ncp/Makefile +++ b/net/ncp/Makefile @@ -15,7 +15,6 @@ COMMENT= A fast file copy tool for LANs BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat USE_BZIP2= yes -USE_REINPLACE= yes USE_GETOPT_LONG=yes MANCOMPRESSED= no |