diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2007-10-08 12:01:03 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-10-08 12:01:03 +0000 |
commit | 5f2963165072f8411354ebfd895efe8709cabcc9 (patch) | |
tree | b530434a1b2e5ee3122ab92acd84475fe401d6f4 /devel/k8048 | |
parent | b2096595f0ccd9771864599e1cb8d8be13f02973 (diff) | |
download | ports-5f2963165072f8411354ebfd895efe8709cabcc9.tar.gz ports-5f2963165072f8411354ebfd895efe8709cabcc9.zip |
Notes
Diffstat (limited to 'devel/k8048')
-rw-r--r-- | devel/k8048/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile index 300600e8e6c1..0b640d6bc438 100644 --- a/devel/k8048/Makefile +++ b/devel/k8048/Makefile @@ -7,7 +7,7 @@ PORTNAME= k8048 PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dev.kewl.org/k8048/ DISTNAME= $(PORTNAME) @@ -28,8 +28,10 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \ ${PREFIX}/bin/${PORTNAME} + +post-install: .for i in ${BIN_SYMLINKS} - ${LN} -s ${PREFIX}/bin/${PORTNAME} ${PREFIX}/${i} + cd ${PREFIX} && ${LN} -s ${PORTNAME} ${i} .endfor .include <bsd.port.mk> |