diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 17:43:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 17:43:54 +0800 |
commit | 68a713cce9ccb68de61488a3371fdf7857e2003c (patch) | |
tree | ac247afab60ce2e3b00594dea7b503372fd4f4ca /net-p2p/verlihub | |
parent | 2404598bc2d341b0ec595c6426121b42425d5147 (diff) | |
download | freebsd-ports-gnome-68a713cce9ccb68de61488a3371fdf7857e2003c.tar.gz freebsd-ports-gnome-68a713cce9ccb68de61488a3371fdf7857e2003c.tar.zst freebsd-ports-gnome-68a713cce9ccb68de61488a3371fdf7857e2003c.zip |
- Stage support
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 5d82ca4e6f66..6fd0038c7953 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -28,11 +28,7 @@ USE_LDCONFIG= yes USE_OPENSSL= yes SUB_FILES+= pkg-message -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|for libpath in /|for libpath in ${PREFIX} /|g' ${WRKSRC}/config_geoip -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |