aboutsummaryrefslogtreecommitdiff
path: root/misc/numchar
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:59:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:59:44 +0000
commit1023cefaca5de6433cb462de5b712e6d54ccc867 (patch)
treede9590b7ad7af7c861b1d0bb6fd1e11e7fe17226 /misc/numchar
parent5c4786bf1b7c1025290ed4a7fe69605e88ff6c42 (diff)
downloadports-1023cefaca5de6433cb462de5b712e6d54ccc867.tar.gz
ports-1023cefaca5de6433cb462de5b712e6d54ccc867.zip
Support staging
Notes
Notes: svn path=/head/; revision=345385
Diffstat (limited to 'misc/numchar')
-rw-r--r--misc/numchar/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/numchar/Makefile b/misc/numchar/Makefile
index c2c8bef81e07..5c0836ca9977 100644
--- a/misc/numchar/Makefile
+++ b/misc/numchar/Makefile
@@ -9,11 +9,11 @@ MASTER_SITES= ftp://www.whizkidtech.redprince.net/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts phone numbers between digits and characters
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin
- ${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode
- ${MKDIR} ${PREFIX}/share/doc/numchar
- ${INSTALL_MAN} ${WRKSRC}/numchar.html ${PREFIX}/share/doc/numchar
+ ${INSTALL_PROGRAM} ${WRKSRC}/numchar ${STAGEDIR}${PREFIX}/bin
+ ${LN} -fs ${PREFIX}/bin/numchar ${STAGEDIR}${PREFIX}/bin/phdecode
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/numchar
+ ${INSTALL_MAN} ${WRKSRC}/numchar.html \
+ ${STAGEDIR}${PREFIX}/share/doc/numchar
.include <bsd.port.mk>