diff options
author | msaitoh <msaitoh> | 2000-07-17 12:40:02 +0000 |
---|---|---|
committer | msaitoh <msaitoh> | 2000-07-17 12:40:02 +0000 |
commit | 6959784963b1266659d98eeac8dc750d398e25f0 (patch) | |
tree | c86a6f21800f86d5268c6b5446566b927816aa5a | |
parent | 8c8b54d856dbe03e5500a882ece108a6bc479ffd (diff) | |
download | pkgsrc-6959784963b1266659d98eeac8dc750d398e25f0.tar.gz |
ptl works on alpha. I removed "NOT_FOR_PLATFORM=*-*-alpha"
-rw-r--r-- | devel/ptl2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index b4f53ec6539..8170827982e 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/07/17 03:35:44 msaitoh Exp $ +# $NetBSD: Makefile,v 1.23 2000/07/17 12:40:02 msaitoh Exp $ DISTNAME= PTL-2.1.4 PKGNAME= ptl-2.1.4 @@ -15,8 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" PLIST_SRC= ${WRKDIR}/PLIST -NOT_FOR_PLATFORM= *-*-alpha - post-install: @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include @${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" | xargs ${RM} |