diff options
author | tv <tv@pkgsrc.org> | 1999-05-06 22:38:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-06 22:38:08 +0000 |
commit | 9c7c60b9c5f71740b9aa142da037c23b32df6c42 (patch) | |
tree | 14a8e436917870ae6f357a53242ece121da7b9eb /devel | |
parent | f10ebc39a7d60fc63e0400d5f1db8a2625d746b5 (diff) | |
download | pkgsrc-9c7c60b9c5f71740b9aa142da037c23b32df6c42.tar.gz |
Turn off on alpha. This was hosed before, and still is after the ctor change.
Will look into it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptl2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index db8ec4279f8..216e2966565 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/05/06 21:01:46 tv Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/06 22:38:08 tv Exp $ DISTNAME= PTL2-current-990325 PKGNAME= ptl2-990325 @@ -17,6 +17,8 @@ USE_GMAKE= YES MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" PLIST_SRC= ${WRKDIR}/PLIST +NOT_FOR_ARCHS= alpha + post-install: @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include @find ${PREFIX}/PTL/include -type f -name "*.orig" | xargs ${RM} |