diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-27 16:19:53 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-27 16:19:53 +0000 |
commit | 55cabfbb358a450282b25ce358fa2416567bbfc2 (patch) | |
tree | 98e06aa8e4e8ee2c8bf73f82bd6407a4f3f66ad5 | |
parent | d5fcf823832e5486aa3e9dc0680720458309505c (diff) |
- Add staging support
- Switch to PLIST_FILES
- Remove Author tag from pkg-descr, info available on
homepage and in script itself
Notes
Notes:
svn path=/head/; revision=359573
-rw-r--r-- | net-im/cicquin/Makefile | 7 | ||||
-rw-r--r-- | net-im/cicquin/pkg-descr | 1 | ||||
-rw-r--r-- | net-im/cicquin/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net-im/cicquin/Makefile b/net-im/cicquin/Makefile index ee6be176a069..ce7cf8f3b2cf 100644 --- a/net-im/cicquin/Makefile +++ b/net-im/cicquin/Makefile @@ -13,7 +13,10 @@ MASTER_SITE_SUBDIR= roam/misc/cicquin MAINTAINER= ports@FreeBSD.org COMMENT= Look up users in the CenterICQ user database -MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-im/cicquin/pkg-descr b/net-im/cicquin/pkg-descr index 32bb5afb563e..b0cd84f3ad7d 100644 --- a/net-im/cicquin/pkg-descr +++ b/net-im/cicquin/pkg-descr @@ -2,5 +2,4 @@ The cicquin script trawls through the CenterICQ data directory, looking for UIN's with the specified nickname. It should work with any reasonable Bourne shell and any standard awk implementation. -Author: Peter Pentchev <roam@ringlet.net> WWW: http://devel.ringlet.net/misc/cicquin/ diff --git a/net-im/cicquin/pkg-plist b/net-im/cicquin/pkg-plist deleted file mode 100644 index a5663c4ea5bb..000000000000 --- a/net-im/cicquin/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cicquin |