diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 09:38:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 09:38:24 +0000 |
commit | 29447fbec136f807a2f47a1474af098a4a24cf0f (patch) | |
tree | 1ed5493bdb6aece2d6850e131b75026c8c3fde0b /net/slirp | |
parent | 266f3cf81b506be5702595523fc537bc41930fd9 (diff) | |
download | ports-29447fbec136f807a2f47a1474af098a4a24cf0f.tar.gz ports-29447fbec136f807a2f47a1474af098a4a24cf0f.zip |
Notes
Diffstat (limited to 'net/slirp')
-rw-r--r-- | net/slirp/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index fed2ef2a610f..80c03216a475 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A (C)SLIP/PPP emulator for users with shell accounts -BROKEN= Does not build - # serious LP64 issues ONLY_FOR_ARCHS= i386 @@ -21,12 +19,10 @@ USES= perl5 USE_PERL5= build GNU_CONFIGURE= yes -MAN1= slirp.1 -PLIST_FILES= bin/slirp +PLIST_FILES= bin/slirp man/man1/slirp.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1 + ${INSTALL_PROGRAM} ${WRKSRC}/slirp ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/slirp.man ${STAGEDIR}${PREFIX}/man/man1/slirp.1 .include <bsd.port.mk> |