diff options
author | db <db@FreeBSD.org> | 2013-12-31 05:30:58 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-12-31 05:30:58 +0800 |
commit | 265b39c32cbc554cad21abf21afd4a7da05c5daf (patch) | |
tree | d7e51d606aa9790b827c8af2bb9a286f7873578c | |
parent | 35bbd5a049aed5f6cec3bfa72b32167dec240062 (diff) | |
download | freebsd-ports-gnome-265b39c32cbc554cad21abf21afd4a7da05c5daf.tar.gz freebsd-ports-gnome-265b39c32cbc554cad21abf21afd4a7da05c5daf.tar.zst freebsd-ports-gnome-265b39c32cbc554cad21abf21afd4a7da05c5daf.zip |
- Enable staging
-rw-r--r-- | comms/ibp/Makefile | 9 | ||||
-rw-r--r-- | comms/ibp/pkg-plist | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile index 557d0c82fe09..03276e15adae 100644 --- a/comms/ibp/Makefile +++ b/comms/ibp/Makefile @@ -16,13 +16,8 @@ COMMENT= A little program for monitoring amateur radio beacons USES= imake USE_XORG= x11 -PLIST_FILES= bin/ibp -MAN1= ibp.1 -MANCOMPRESSED= no - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${MANPREFIX}/man/man1/ibp.1 + ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1 .include <bsd.port.mk> diff --git a/comms/ibp/pkg-plist b/comms/ibp/pkg-plist new file mode 100644 index 000000000000..c43a372e5221 --- /dev/null +++ b/comms/ibp/pkg-plist @@ -0,0 +1,2 @@ +bin/ibp +man/man1/ibp.1.gz |