diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /textproc/popup/Makefile | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip |
Notes
Diffstat (limited to 'textproc/popup/Makefile')
-rw-r--r-- | textproc/popup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/popup/Makefile b/textproc/popup/Makefile index f60c7444e128..b2b56a8616d9 100644 --- a/textproc/popup/Makefile +++ b/textproc/popup/Makefile @@ -2,7 +2,7 @@ PORTNAME= popup PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1 DISTNAME= Popup-${PORTVERSION}pre1 @@ -16,6 +16,6 @@ USES= gnustep USE_GNUSTEP= back build post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Popup.app/Popup + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Popup.app/Popup .include <bsd.port.mk> |