diff options
author | tv <tv@pkgsrc.org> | 1999-05-06 21:01:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-06 21:01:46 +0000 |
commit | f10ebc39a7d60fc63e0400d5f1db8a2625d746b5 (patch) | |
tree | 3d9247f617acf814855603eeb775156621f7fb80 /devel/ptl2 | |
parent | 6ffc0333dac9095cdb8b0303acfe10fba612a42d (diff) | |
download | pkgsrc-f10ebc39a7d60fc63e0400d5f1db8a2625d746b5.tar.gz |
Install ptlg++ with the right permissions by handing down INSTALL_SCRIPT.
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 388a15b2d83..db8ec4279f8 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/06 20:07:21 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/06 21:01:46 tv Exp $ DISTNAME= PTL2-current-990325 PKGNAME= ptl2-990325 @@ -14,6 +14,7 @@ CONFLICTS= ptl-current-* USE_GMAKE= YES +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" PLIST_SRC= ${WRKDIR}/PLIST post-install: |