summaryrefslogtreecommitdiff
path: root/net-p2p/btpeer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-p2p/btpeer/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/net-p2p/btpeer/Makefile b/net-p2p/btpeer/Makefile
index 6e4ff8d48c7e..0f56634fba67 100644
--- a/net-p2p/btpeer/Makefile
+++ b/net-p2p/btpeer/Makefile
@@ -38,20 +38,13 @@ post-patch:
-e 's|^LIBS.+$$|LIBS=-L${OPENSSLLIB} ${PTHREAD_LIBS} -L${LOCALBASE}/lib \\|' \
${BUILD_WRKSRC}/${MAKEFILE}
-do-install:
-.for file in ${PROGRAM_FILES}
- @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${PORTNAME}-${file}
+.for f in ${PROGRAM_FILES}
+PLIST_FILES+= bin/${PORTNAME}-${f}
.endfor
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
- for building
-.endif
-
-.for file in ${PROGRAM_FILES}
-PLIST_FILES+= bin/${PORTNAME}-${file}
+do-install:
+.for f in ${PROGRAM_FILES}
+ @${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin/${PORTNAME}-${f}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>