aboutsummaryrefslogtreecommitdiff
path: root/deskutils/aspostit
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-31 13:10:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-31 13:10:24 +0000
commitf56179419abf12f40fcf350fd0018c3e96a9bdce (patch)
tree5c407906587faabe33e3e0580ca3016523fa547a /deskutils/aspostit
parent60654db5e33164c33a934792ea36e4d43ab33a4a (diff)
downloadports-f56179419abf12f40fcf350fd0018c3e96a9bdce.tar.gz
ports-f56179419abf12f40fcf350fd0018c3e96a9bdce.zip
Stage support, uses gmake
Notes
Notes: svn path=/head/; revision=338297
Diffstat (limited to 'deskutils/aspostit')
-rw-r--r--deskutils/aspostit/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
index 62380278e826..5d8979dd79d6 100644
--- a/deskutils/aspostit/Makefile
+++ b/deskutils/aspostit/Makefile
@@ -15,18 +15,16 @@ LICENSE= GPLv2 # (or later)
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm xaw xext x11
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
-MAN1= aspostit.1
-PLIST_FILES= bin/aspostit
+PLIST_FILES= bin/aspostit man/man1/aspostit.1.gz
-NO_STAGE= yes
post-extract:
@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1)
+ ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>