diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 13:54:37 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 13:54:37 +0000 |
commit | a5a41e799da7b96787c0736d79e414417c8e0bdb (patch) | |
tree | 8a4e4039677a92814e1bfe816bd355d4a97a56ee /misc | |
parent | 0ed4441c69cc8312feba791a11581e4e92c3976f (diff) | |
download | ports-a5a41e799da7b96787c0736d79e414417c8e0bdb.tar.gz ports-a5a41e799da7b96787c0736d79e414417c8e0bdb.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 2 | ||||
-rw-r--r-- | misc/fortune-mod-bible/Makefile | 2 | ||||
-rw-r--r-- | misc/fortune-mod-bofh/Makefile | 1 | ||||
-rw-r--r-- | misc/fortune-mod-psalms/Makefile | 1 | ||||
-rw-r--r-- | misc/upclient/Makefile | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 91b4d38f772e..7b04595e42a5 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -28,8 +28,6 @@ BINDIR= ${PREFIX}/distributed.net USERS= dnetc GROUPS= dnetc -PKGMESSAGE= ${WRKDIR}/pkg-message - SUB_FILES= pkg-message SUB_LIST= BINDIR="${BINDIR}" diff --git a/misc/fortune-mod-bible/Makefile b/misc/fortune-mod-bible/Makefile index 3caa9e8ef43f..7ed7f431d004 100644 --- a/misc/fortune-mod-bible/Makefile +++ b/misc/fortune-mod-bible/Makefile @@ -13,7 +13,7 @@ COMMENT= King James V Bible in fortune file format DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message + USES= tar:bzip2 SUB_FILES+= pkg-message .if exists(/usr/games/strfile) diff --git a/misc/fortune-mod-bofh/Makefile b/misc/fortune-mod-bofh/Makefile index 76d642870d10..163d7d61fa39 100644 --- a/misc/fortune-mod-bofh/Makefile +++ b/misc/fortune-mod-bofh/Makefile @@ -14,7 +14,6 @@ COMMENT= Compilation of excuses from the "Bastard Operator From Hell" WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0 -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message .if exists(/usr/games/strfile) diff --git a/misc/fortune-mod-psalms/Makefile b/misc/fortune-mod-psalms/Makefile index 794d3e698883..d86912694093 100644 --- a/misc/fortune-mod-psalms/Makefile +++ b/misc/fortune-mod-psalms/Makefile @@ -15,7 +15,6 @@ LICENSE= CC0-1.0 # AKA Public Domain NO_ARCH= yes NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/psalms share/games/fortune/psalms.dat diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index fa8916ee6f75..e249a293417d 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -21,7 +21,6 @@ ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_SUB= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} |