aboutsummaryrefslogtreecommitdiff
path: root/security/gpasman
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-05-01 01:42:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-05-01 01:42:38 +0000
commit4ca54cc2f2b045a73d2db7ca2fe2d76bb8847448 (patch)
tree7d2afea24bed5487a0bed70a4ce863d70ee3d368 /security/gpasman
parentb3b7323d8ef412f19e96f476f048c4f46aa36bab (diff)
downloadports-4ca54cc2f2b045a73d2db7ca2fe2d76bb8847448.tar.gz
ports-4ca54cc2f2b045a73d2db7ca2fe2d76bb8847448.zip
Notes
Diffstat (limited to 'security/gpasman')
-rw-r--r--security/gpasman/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile
index 9e3f41e8b6c1..06b5a8b69d09 100644
--- a/security/gpasman/Makefile
+++ b/security/gpasman/Makefile
@@ -16,8 +16,7 @@ USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>