Bug 9525 - ports/pgomoose need version
Summary: ports/pgomoose need version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-01-16 17:20 UTC by dirk.meyer
Modified: 2002-12-18 17:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 1999-01-16 17:20:00 UTC
	There is no Version numbering in the distribution of
	the MASTER_SITE.

Fix: I like to keep the version of the module pmapp as reference
	apply the included patches



eof--lIDLce4oRZrboRiM2H8C7PV9oVPl9dpKN4S8u0ZyAMWNKDI1
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ru current-cvs/pgpmoose/Makefile pgpmoose-1.18/Makefile
--- current-cvs/pgpmoose/Makefile	Mon Dec 28 07:11:12 1998
+++ pgpmoose-1.18/Makefile	Mon Dec 28 08:02:59 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	pgpmoose
-# Version required:	1
+# Version required:	1.18 in pmapp
 # Date created:		28 Nov 1997
 # Whom:			dirk.meyer@dinoex.sub.org
 #
 # $Id: Makefile,v 1.2 1998/12/27 03:49:22 billf Exp $
 
 DISTNAME=	PGPMoose
-PKGNAME=	pgpmoose-1
+PKGNAME=	pgpmoose-1.18
 CATEGORIES=	news security
 MASTER_SITES=	http://people.qualcomm.com/ggr/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
@@ -20,14 +20,13 @@
 		pmdaemon pmcancel
 
 WRKSRC=		${WRKDIR}
-STRIP=
 
 do-install:
 .for i in ${BIN1}
-	@${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
 .endfor
 .for i in ${MAN1}
-	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
 .endfor
 
 .include <bsd.port.mk>
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-01-18 02:35:57 UTC
State Changed
From-To: open->closed

Committed, thanks!