Eliminate libdata/PTL
This commit is contained in:
parent
b305a58d41
commit
bddf511b15
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/29 23:13:56 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 1999/03/30 00:59:24 msaitoh Exp $
|
||||
bin/ptlgcc
|
||||
lib/libPTL.a
|
||||
lib/libPTL.so
|
||||
lib/libPTL.so.1.1
|
||||
@exec mkdir -p %D/libdata/PTL
|
||||
@dirrm libdata/PTL
|
||||
|
|
Loading…
Reference in a new issue