mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Reorder variables. Since there is no hyphen between the name proper
and the version numbers in DISTNAME, add PKGNAME with said hyphen. Make WRKSRC relative to ${WRKDIR}, not "work".
This commit is contained in:
parent
579fb031a5
commit
3cbe3004b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3143
@ -3,12 +3,11 @@
|
||||
# Date created: 6 May 1996
|
||||
# Whom: joerg
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1996/05/06 11:45:41 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xpostit3.3.1
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
WRKSRC= work/xpostit
|
||||
PKGNAME= xpostit-3.3.1
|
||||
CATEGORIES+= x11
|
||||
#
|
||||
# Not all servers archie could find actually still have it. Alas, some
|
||||
@ -16,9 +15,11 @@ CATEGORIES+= x11
|
||||
# `part01.gz'.
|
||||
#
|
||||
MASTER_SITES= ftp://rs104.hrz.th-darmstadt.de/pub/X11/R5contrib/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= joerg@FreeBSD.ORG
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/xpostit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user