diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-17 06:26:14 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-17 06:26:14 +0800 |
commit | 007af54064d32599171d377cd3bc290ef4ed5820 (patch) | |
tree | bb5483ce75ddfea012b63db0fa36f78bcf896171 | |
parent | 0c352de09d4c7f2b2797c1b14cf5cd2ab8637e6b (diff) | |
download | freebsd-ports-gnome-007af54064d32599171d377cd3bc290ef4ed5820.tar.gz freebsd-ports-gnome-007af54064d32599171d377cd3bc290ef4ed5820.tar.zst freebsd-ports-gnome-007af54064d32599171d377cd3bc290ef4ed5820.zip |
Forgot to save vim for add '-devel' of PKGNAMESUFFIX.
-rw-r--r-- | editors/abiword-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/abiword-plugins-devel/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 3633e61fa817..a2537b84f870 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.3.0 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword +PKGNAMESUFFIX= -devel DISTNAME= abiword-${PORTVERSION} DIST_SUBDIR= AbiWord diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile index 8536c5fe3970..dbbaf0c29dc6 100644 --- a/editors/abiword-plugins-devel/Makefile +++ b/editors/abiword-plugins-devel/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.3.0 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword -PKGNAMESUFFIX= -plugins +PKGNAMESUFFIX= -plugins-devel DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org |