aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/barry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/barry/Makefile')
-rw-r--r--ports-mgmt/barry/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile
index 6fdef9582913..85edad473559 100644
--- a/ports-mgmt/barry/Makefile
+++ b/ports-mgmt/barry/Makefile
@@ -12,8 +12,6 @@ MASTER_SITES= http://frerich.ath.cx/barry/
MAINTAINER= so14k@so14k.com
-BROKEN= "Does not install"
-
USE_BZIP2= yes
USE_KDELIBS_VER=3
MAKE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" PREFIX="${PREFIX}"
@@ -28,4 +26,7 @@ do-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS})
+pre-install:
+ ${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities
+
.include <bsd.port.mk>