diff options
author | John Marino <marino@FreeBSD.org> | 2015-08-26 20:02:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-08-26 20:02:53 +0000 |
commit | 36bc0a9debd4777797a0a639899493a73461006b (patch) | |
tree | 1081e77568cc8f130be0c7a2b7562200a55cf4fe /ports-mgmt/genpatch | |
parent | e4ca5175df7f645c3e74bf6c4046c6638a6c6c84 (diff) | |
download | ports-36bc0a9debd4777797a0a639899493a73461006b.tar.gz ports-36bc0a9debd4777797a0a639899493a73461006b.zip |
Notes
Diffstat (limited to 'ports-mgmt/genpatch')
-rw-r--r-- | ports-mgmt/genpatch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/genpatch/Makefile b/ports-mgmt/genpatch/Makefile index f2eae79c8edf..106bc4a719d4 100644 --- a/ports-mgmt/genpatch/Makefile +++ b/ports-mgmt/genpatch/Makefile @@ -3,6 +3,7 @@ PORTNAME= genpatch PORTVERSION= 1.40 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none @@ -22,6 +23,8 @@ PLIST_FILES= bin/dupe \ man/man1/genpatch.1.gz \ man/man1/portfix.1.gz +.include <bsd.port.options.mk> + .if defined(PACKAGE_BUILDING) # use known default values, poudriere overrides . if defined(.MAKE.BUILT.BY) # DragonFly! PORTWORK= /usr/obj/dports |