diff options
author | msaitoh <msaitoh@pkgsrc.org> | 1999-03-30 00:59:24 +0000 |
---|---|---|
committer | msaitoh <msaitoh@pkgsrc.org> | 1999-03-30 00:59:24 +0000 |
commit | bddf511b159e10b0e48c7724eee2f875a7e7c66b (patch) | |
tree | 9b7632e49fdb8904199841df1726bf9c22fdd8cc /devel/ptl2/Makefile | |
parent | b305a58d412102ba1fde4a55641c0cbbd79aa016 (diff) | |
download | pkgsrc-bddf511b159e10b0e48c7724eee2f875a7e7c66b.tar.gz |
Eliminate libdata/PTL
Diffstat (limited to 'devel/ptl2/Makefile')
-rw-r--r-- | devel/ptl2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 44dc52d1a14..4c24aaecc8a 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/03/29 23:31:08 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/30 00:59:24 msaitoh Exp $ DISTNAME= PTL2-current-990325 PKGNAME= ptl2-current-990325 @@ -14,7 +14,6 @@ USE_PERL5= YES PLIST_SRC= ${WRKDIR}/PLIST post-install: - @${MKDIR} ${PREFIX}/libdata/PTL @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include @find ${PREFIX}/PTL/include -type f -name "*.orig" | xargs ${RM} @find ${PREFIX}/PTL/include -type d -print | xargs ${CHMOD} 755 |