diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:53:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:53:28 +0000 |
commit | 10fd8a42a3017cc1b54dd134963d16102335b8d6 (patch) | |
tree | 0bed6a3042cb70f0c2823ebe9d98fd3d53b9bd42 /misc | |
parent | 02e8203b06c3e07ae3dc653e631f177f9040f2ef (diff) |
- Support staging
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=345447
Diffstat (limited to 'misc')
-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> |