diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:05:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:05:58 +0000 |
commit | 0c1e2782cc3e6be61fe23d5977ba66ae71b3b195 (patch) | |
tree | ed449e14c265c5d3310910ed7be046669ffbfde2 /ports-mgmt | |
parent | 8c6b1b71efcc58b90b984ad36a4df8af9190c739 (diff) | |
download | ports-0c1e2782cc3e6be61fe23d5977ba66ae71b3b195.tar.gz ports-0c1e2782cc3e6be61fe23d5977ba66ae71b3b195.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile index 2699d910f317..4ed30d04b742 100644 --- a/ports-mgmt/portcheckout/Makefile +++ b/ports-mgmt/portcheckout/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://wolfram.schneider.org/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Checkout and build ports and all depending ports -USES= shebangfix perl5 +USES= perl5 shebangfix uidfix SHEBANG_FILES= ${PORTNAME}.pl PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |