diff options
-rw-r--r-- | devel/ucpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index 91ea80fef4d5..ead03939b929 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -18,6 +18,8 @@ USE_GITHUB= yes PLIST_FILES= bin/ucpp share/man/man1/ucpp.1.gz USES= gmake +PIE_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ |