diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:53:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 21:53:28 +0800 |
commit | 1ebdd941e6736e73d6d1b9663cd3638a8b9882fb (patch) | |
tree | 0bed6a3042cb70f0c2823ebe9d98fd3d53b9bd42 /misc/rpl | |
parent | 5fa2ab893d29b5513057a8702503ce3a199e5468 (diff) | |
download | freebsd-ports-gnome-1ebdd941e6736e73d6d1b9663cd3638a8b9882fb.tar.gz freebsd-ports-gnome-1ebdd941e6736e73d6d1b9663cd3638a8b9882fb.tar.zst freebsd-ports-gnome-1ebdd941e6736e73d6d1b9663cd3638a8b9882fb.zip |
- Support staging
- Add LICENSE
Diffstat (limited to 'misc/rpl')
-rw-r--r-- | misc/rpl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile index b3386f071bae..7b07790406e6 100644 --- a/misc/rpl/Makefile +++ b/misc/rpl/Makefile @@ -9,14 +9,14 @@ MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ MAINTAINER= mich@FreeBSD.org COMMENT= Rpl is a Unix text replacement utility +LICENSE= GPLv2 + GNU_CONFIGURE= yes -MAN1= rpl.1 -PLIST_FILES= bin/rpl +PLIST_FILES= bin/rpl man/man1/rpl.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |