diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 13:25:38 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 13:25:38 +0000 |
commit | 6b40729543fb189f696258667035c8a85657cfde (patch) | |
tree | feb6b672fdd90367a61b25991c764478ce1fd836 /misc/boxes | |
parent | a7ca41e6b3c0eb27484686ebc5fe38a8a3acbd16 (diff) | |
download | ports-6b40729543fb189f696258667035c8a85657cfde.tar.gz ports-6b40729543fb189f696258667035c8a85657cfde.zip |
misc category cleanup part 1 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port (except biblereader)
- make portlint happy
* Howto:
- use BZIP2_CMD and UNZIP_CMD
- fix MASTER_SITES
- update NIS-HOWTO
- make portlint happy
- bump PORTREVISION
* bb
- kill pkg-plist
* boxes
- kill pkg-plist
PR: 61024
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Notes
Notes:
svn path=/head/; revision=100665
Diffstat (limited to 'misc/boxes')
-rw-r--r-- | misc/boxes/Makefile | 10 | ||||
-rw-r--r-- | misc/boxes/pkg-plist | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index 708163911a06..36c2bdf5fe0d 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -23,12 +23,14 @@ USE_BISON= yes ALL_TARGET= boxes MAKE_ARGS= GLOBALCONF=${GLOBALCONF} CFLAGS_ADDTL="${CFLAGS}" -GLOBALCONF= ${PREFIX}/share/boxes/boxes-config +GLOBALCONF= ${DATADIR}/boxes-config +PLIST_FILES= bin/boxes share/boxes/boxes-config +PLIST_DIRS= share/boxes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/boxes - ${INSTALL_DATA} ${WRKSRC}/boxes-config ${PREFIX}/share/boxes - ${INSTALL_MAN} ${WRKSRC}/doc/$(MAN1) ${PREFIX}/man/man1 + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/boxes-config ${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/misc/boxes/pkg-plist b/misc/boxes/pkg-plist deleted file mode 100644 index d85e62d21281..000000000000 --- a/misc/boxes/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/boxes -share/boxes/boxes-config -@dirrm share/boxes |