diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-15 15:24:21 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-15 15:24:21 +0000 |
commit | 4ba567343172aee344b545e6ffb963eff7f48508 (patch) | |
tree | 3c700ca2feb0c6f260e63fa413215f47b32dcedc /mail/wmmultipop3/Makefile | |
parent | 5ab02f4411002fbd5cffec08a8c06f2684b63095 (diff) |
Sync patch with one in OpenBSD port, remove dependency on gmake, update
project site, and remove extra spaces to make portlint happy.
Submitted by: Jolan Luff <jolan@enteract.com> (openbsd port maintainer)
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=62990
Diffstat (limited to 'mail/wmmultipop3/Makefile')
-rw-r--r-- | mail/wmmultipop3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/wmmultipop3/Makefile b/mail/wmmultipop3/Makefile index 4554a24de631..b4f33a5352fc 100644 --- a/mail/wmmultipop3/Makefile +++ b/mail/wmmultipop3/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmmultipop3 PORTVERSION= 0.8 CATEGORIES= mail windowmaker -MASTER_SITES= http://sumpan.campus.luth.se/software/wmmultipop3/ +MASTER_SITES= http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/ DISTNAME= wmMultiPop3-${PORTVERSION} MAINTAINER= pat@FreeBSD.org @@ -16,9 +16,8 @@ MAINTAINER= pat@FreeBSD.org BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_X_PREFIX= yes USE_XPM= yes -USE_GMAKE= yes -DOC_FILES= ChangeLog INSTALL README +DOC_FILES= ChangeLog INSTALL README do-install: @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wmmultipop3 ${PREFIX}/bin |