diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 18:26:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 18:26:46 +0800 |
commit | c86ec92ff5c5f8b96056883ef2489bee1a3a84ab (patch) | |
tree | e71680cb84d56a2ca6dbe870472bd01fcd87a217 /net | |
parent | 1436607219a7b7f90349e171db4215e32b8ab9ec (diff) | |
download | freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.tar.gz freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.tar.zst freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.zip |
Support staging.
Diffstat (limited to 'net')
-rw-r--r-- | net/nload/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index c3aa34d336b1..52d44da62924 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -18,7 +18,6 @@ MANCOMPRESSED= yes MAN1= nload.1 PLIST_FILES= bin/nload -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \ ${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp |